home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0971.dms / q0971.adf / programmer / prog / README < prev    next >
Text File  |  1997-04-10  |  1KB  |  31 lines

  1.   In this directory you'll find examples of screenblankers. There is
  2. 4 examples, and 2 additional files:
  3.  
  4. - rien.dark.c 
  5.     This is a skeletton to build a simple screen blanker. It do absolutly
  6.     nothing but have all to create a new blanker.
  7. - example_gadgs.dark.
  8.     This example show you how to create gadget for the configuration window.
  9. - effects.dark.c
  10.     This is the source code of the "effects" blanker.
  11. - line.dark.c
  12.     This is the source code of the "line" blanker. It show you how
  13.     to get a copy of the current forntmost screen, to play with it
  14.  
  15. - proc_main.c 
  16.     Contain code which must be linked with ALL the screen blanker.
  17. - plot.a 
  18.     A little asm function to make a fast plot, used by effects.
  19.  
  20.  To test these effects, you can start superdark, and change the "DARK DIRECTORY"
  21. to the place where are these modules.
  22.  
  23. Note: The completes sources files of superdark, including blankers,
  24. are also freeware.
  25.  
  26. Note2: there is a doc, called "programmers.doc" or "programmers.guide" who
  27. explain the basis to create new blankers.
  28.  
  29.  
  30.  
  31.